home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00051_SHOWPUSHER.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  274 b   |  13 lines

  1. on SHOWPUSHER
  2.   global DT, PH
  3.   repeat with U = 11 to 24
  4.     set the locH of sprite U to -50
  5.     set the locV of sprite U to -50
  6.   end repeat
  7.   repeat with U = 31 to 44
  8.     set the locH of sprite U to -50
  9.     set the locV of sprite U to -50
  10.   end repeat
  11.   updateStage()
  12. end
  13.